home *** CD-ROM | disk | FTP | other *** search
/ Nejlepší České Hry / Nej české hry.iso / hry / vulvara / Vulvara.exe / scripts / DefineButton2_870 / BUTTONCONDACTION on(keyPress Left).as < prev    next >
Text File  |  2004-10-08  |  96b  |  8 lines

  1. on(keyPress "<Left>"){
  2.    if(40 < xx)
  3.    {
  4.       xx -= 120;
  5.    }
  6.    gotoAndStop(9336);
  7. }
  8.